home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / mspy3210.zip / MEMSPY32.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-09-01  |  2KB  |  119 lines

  1. object Form1: TForm1
  2.   Left = 459
  3.   Top = 325
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'MemorySpy32'
  6.   ClientHeight = 30
  7.   ClientWidth = 156
  8.   Color = clRed
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PopupMenu = PopupMenu1
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 1
  22.     Width = 64
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Memory Load'
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 4
  34.     Top = 15
  35.     Width = 64
  36.     Height = 13
  37.     AutoSize = False
  38.     Caption = 'Free RAM'
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Gauge1: TGauge
  46.     Left = 71
  47.     Top = 1
  48.     Width = 81
  49.     Height = 13
  50.     Enabled = False
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ForeColor = clPurple
  56.     ParentFont = False
  57.     Progress = 0
  58.   end
  59.   object Gauge2: TGauge
  60.     Left = 71
  61.     Top = 15
  62.     Width = 81
  63.     Height = 13
  64.     Enabled = False
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ForeColor = clGreen
  70.     ParentFont = False
  71.     Progress = 0
  72.   end
  73.   object Timer1: TTimer
  74.     OnTimer = Timer1Timer
  75.     Left = 130
  76.     Top = 20
  77.   end
  78.   object Timer2: TTimer
  79.     Interval = 120000
  80.     OnTimer = Timer2Timer
  81.     Left = 60
  82.     Top = 16
  83.   end
  84.   object PopupMenu1: TPopupMenu
  85.     Left = 12
  86.     Top = 12
  87.     object StayonTop1: TMenuItem
  88.       Caption = 'Stay-on-Top'
  89.       Checked = True
  90.       ShortCut = 0
  91.       OnClick = StayonTop1Click
  92.     end
  93.     object LaunchMemorySpyLevel11: TMenuItem
  94.       Caption = 'Launch MemorySpy Level 1'
  95.       ShortCut = 0
  96.       OnClick = LaunchMemorySpyLevel11Click
  97.     end
  98.     object AboutMemorySpy321: TMenuItem
  99.       Caption = 'About MemorySpy32'
  100.       ShortCut = 0
  101.       OnClick = AboutMemorySpy321Click
  102.     end
  103.     object ViewReadmetxt1: TMenuItem
  104.       Caption = 'View Readme.txt'
  105.       ShortCut = 0
  106.       OnClick = ViewReadmetxt1Click
  107.     end
  108.     object N1: TMenuItem
  109.       Caption = '-'
  110.       ShortCut = 0
  111.     end
  112.     object Exit1: TMenuItem
  113.       Caption = 'Exit'
  114.       ShortCut = 0
  115.       OnClick = Exit1Click
  116.     end
  117.   end
  118. end
  119.